projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a3f19dd
)
Fix a typo
author
Matthias Clasen
<mclasen@redhat.com>
Mon, 1 Nov 2010 02:16:41 +0000
(22:16 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Mon, 1 Nov 2010 02:16:41 +0000
(22:16 -0400)
docs/reference/gtk/migrating-2to3.xml
patch
|
blob
|
history
diff --git
a/docs/reference/gtk/migrating-2to3.xml
b/docs/reference/gtk/migrating-2to3.xml
index 7298151e6b78bdc9904f7a3c884c367a9bd112a0..2c587be23359fe5a8c0f2741a4cc4fe157e299a0 100644
(file)
--- a/
docs/reference/gtk/migrating-2to3.xml
+++ b/
docs/reference/gtk/migrating-2to3.xml
@@
-510,7
+510,7
@@
gtk_fixed_get_preferred_height (GtkWidget *widget,
</programlisting></informalexample>
</listitem>
<listitem>Note that the get_preferred_width()/height() functions
- only allow you
do return
one dimension at a time. If your
+ only allow you
to deal with
one dimension at a time. If your
size_request() handler is doing things that involve both
width and height at the same time (e.g. limiting the aspect
ratio), you will have to implement get_preferred_height_for_width()